As a user I want to be able to raise one number to the power of another number so that I don't have to calculate this manually.

UAT

  • [] 6 <enter> 3 <YtoX> -> [216]
  • [] -6 <enter> 2 <YtoX> -> [36]
  • [] -6 <enter> 3 <YtoX> -> [-216]

<--Back